Skip to main content
GET
Get fulfillment option
Returns a single fulfillment option for the authenticated merchant. Use this endpoint when you already know the external id and need the current name, type code, and status without listing all options.
Requires an access token with the fulfillment:read scope. See Token to obtain a token.

Request

Replace {id} with the external fulfillment identifier.

Response

The response wraps one fulfillment object in data.

Path parameters

Fulfillment object

Error responses

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

External fulfillment identifier.

Required string length: 1 - 64
Pattern: ^[a-zA-Z0-9_-]+$

Response

200 - application/json

Ok

data
object